FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / IReaderLog Interface / Log Method / Log(String,Object[]) Method
The message formatting string.
The list of parameters supplied to the formatting string.

In This Topic
    Log(String,Object[]) Method
    In This Topic
    Logs a formatted message.
    Syntax
    'Declaration
     
    Overloads Sub Log( _
       ByVal format As String, _
       ByVal ParamArray args() As Object _
    ) 
    void Log( 
       string format,
       params object[] args
    )

    Parameters

    format
    The message formatting string.
    args
    The list of parameters supplied to the formatting string.
    See Also